Companion

object Companion

Functions

from
Link copied to clipboard
fun from(bytes: ByteArray): RealmUUID
Generates a new RealmUUID based on the specified byte array.
fun from(uuidString: String): RealmUUID
Generates a new RealmUUID from the UUID formatted string.
random
Link copied to clipboard
fun random(): RealmUUID
Generates a new RealmUUID type 4 (pseudo randomly generated) UUID.